home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 051-075 / scopedisk51 / srt / readme < prev    next >
Text File  |  1995-03-18  |  2KB  |  61 lines

  1. For your beta testing pleasure...
  2.  
  3. SRT (Set Requester Text)  v1.31   by  Carolyn
  4.  
  5. Usage: SRT file|RESET|?   (default text file - s:srt.text)
  6.  
  7. This program installs a wedge into AutoRequest for the purpose
  8. of replacing the text of standard system requesters.
  9.  
  10. SPECIAL BONUS (but wait! there's more!)
  11.  
  12. If your replacement text for "Software error - task held" is "DEBUG",
  13. SRT will replace those useless Software Error requesters with a full
  14. width display of the PC, SP, registers, task address, and name of the
  15. task/command/process that crashed.  And the left gadget will now allow
  16. you to get rid of the requester and just have that task wait forever.
  17.  
  18. You can even install srt AFTER you have crashed, if you can pop up a
  19. CLI to install it from.  Just install srt then click RETRY in your old
  20. SW Error Task Held requester.  The new requester will be the full width
  21. srt debugging requester.  Handy for those of us who don't plan ahead.
  22.  
  23.  
  24. You provide the replacement text in an ascii file of the following
  25. form:
  26.  
  27. N=linecount
  28. "old text" "new text"
  29. "old text" "new text"
  30. etc.
  31.  
  32. I have provided a sample file called "srt.text".
  33.  
  34. S:srt.text is the default text file for srt.  If you place srt.text in
  35. your s: directory, you can install srt by just typing SRT<ret>.
  36.  
  37. If you have a different replacement text file, just pass it as CLI arg:
  38.  
  39. Example:   SRT myreq.text
  40.  
  41.  
  42. I have also provided several small programs (each called crashN where
  43. N = the number of the exception the program causes).
  44.  
  45. After installing SRT (with my srt.text), you can test the new DEBUG requester
  46. by running any of those programs >NIL:.
  47.  
  48. Example:   run >NIL: crash8
  49.  
  50.  
  51. I think I've now got it working right for both 68000 and 68020,
  52. but would appreciate somebody testing "crash3" on a 68020 and
  53. making sure the PC shown is correct (it should show a value within
  54. about 4 bytes of the value shown in one of the A registers).
  55. (Each of my "crash" programs stores sequential numbers in the
  56. registers, then stores its own SP and PC in two of the A registers
  57. prior to causing the crash, so I can visually check that the DEBUG
  58. requester SP and PC displays are correct).
  59.  
  60.  
  61.